home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TWARNINGFORM / TWARNINGFORM.txt
Text File  |  2003-03-07  |  2KB  |  87 lines

  1. object WarningForm: TWarningForm
  2.   Left = 307
  3.   Top = 408
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Warning'
  7.   ClientHeight = 150
  8.   ClientWidth = 472
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object messageLabel: TLabel
  22.     Left = 16
  23.     Top = 64
  24.     Width = 441
  25.     Height = 33
  26.     AutoSize = False
  27.     Caption = 
  28.       'MailWasher cannot ensure that this link is not malicious, or tra' +
  29.       'cks or identifies you. Do you want to open this link?'
  30.     ShowAccelChar = False
  31.     WordWrap = True
  32.   end
  33.   object Label1: TLabel
  34.     Left = 16
  35.     Top = 8
  36.     Width = 221
  37.     Height = 13
  38.     Caption = 'Your browser is about to load the following link:'
  39.   end
  40.   object EllipsisLabel: TEllipsisLabel
  41.     Left = 16
  42.     Top = 32
  43.     Width = 449
  44.     Height = 17
  45.     Ellipsis = etEndEllipsis
  46.     OnCaptionTruncatedChange = EllipsisLabelCaptionTruncatedChange
  47.     AutoSize = False
  48.     Caption = 'EllipsisLabel'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clRed
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object DontWarnCheckBox: TCheckBox
  57.     Left = 16
  58.     Top = 120
  59.     Width = 193
  60.     Height = 17
  61.     Caption = 'Don'#39't show me this warning again'
  62.     TabOrder = 2
  63.   end
  64.   object OKButton: TButton
  65.     Left = 296
  66.     Top = 112
  67.     Width = 75
  68.     Height = 25
  69.     Anchors = [akRight, akBottom]
  70.     Caption = 'OK'
  71.     ModalResult = 1
  72.     TabOrder = 0
  73.   end
  74.   object CancelButton: TButton
  75.     Left = 384
  76.     Top = 112
  77.     Width = 75
  78.     Height = 25
  79.     Anchors = [akRight, akBottom]
  80.     Cancel = True
  81.     Caption = 'Cancel'
  82.     Default = True
  83.     ModalResult = 2
  84.     TabOrder = 1
  85.   end
  86. end
  87.